home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / autoconf / acconfig.h next >
C/C++ Source or Header  |  2005-10-13  |  8KB  |  278 lines

  1. /* acconfig.h
  2.    This file is in the public domain.
  3.  
  4.    Descriptive text for the C preprocessor macros that
  5.    the distributed Autoconf macros can define.
  6.    No software package will use all of them; autoheader copies the ones
  7.    your configure.in uses into your configuration header file templates.
  8.  
  9.    The entries are in sort -df order: alphabetical, case insensitive,
  10.    ignoring punctuation (such as underscores).  Although this order
  11.    can split up related entries, it makes it easier to check whether
  12.    a given entry is in the file.
  13.  
  14.    Leave the following blank line there!!  Autoheader needs it.  */
  15.  
  16.  
  17. /* Define if on AIX 3.
  18.    System headers sometimes define this.
  19.    We just want to avoid a redefinition error message.  */
  20. #ifndef _ALL_SOURCE
  21. #undef _ALL_SOURCE
  22. #endif
  23.  
  24. /* Define if using alloca.c.  */
  25. #undef C_ALLOCA
  26.  
  27. /* Define if type char is unsigned and you are not using gcc.  */
  28. #ifndef __CHAR_UNSIGNED__
  29. #undef __CHAR_UNSIGNED__
  30. #endif
  31.  
  32. /* Define if the closedir function returns void instead of int.  */
  33. #undef CLOSEDIR_VOID
  34.  
  35. /* Define to empty if the keyword does not work.  */
  36. #undef const
  37.  
  38. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  39.    This function is required for alloca.c support on those systems.  */
  40. #undef CRAY_STACKSEG_END
  41.  
  42. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  43. #undef DGUX
  44.  
  45. /* Define if you have <dirent.h>.  */
  46. #undef DIRENT
  47.  
  48. /* Define to the type of elements in the array set by `getgroups'.
  49.    Usually this is either `int' or `gid_t'.  */
  50. #undef GETGROUPS_T
  51.  
  52. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  53. #undef GETLOADAVG_PRIVILEGED
  54.  
  55. /* Define if the `getpgrp' function takes no argument.  */
  56. #undef GETPGRP_VOID
  57.  
  58. /* Define to `int' if <sys/types.h> doesn't define.  */
  59. #undef gid_t
  60.  
  61. /* Define if you have alloca, as a function or macro.  */
  62. #undef HAVE_ALLOCA
  63.  
  64. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  65. #undef HAVE_ALLOCA_H
  66.  
  67. /* Define if you don't have vprintf but do have _doprnt.  */
  68. #undef HAVE_DOPRNT
  69.  
  70. /* Define if your system has a working fnmatch function.  */
  71. #undef HAVE_FNMATCH
  72.  
  73. /* Define if your system has its own `getloadavg' function.  */
  74. #undef HAVE_GETLOADAVG
  75.  
  76. /* Define if you have the getmntent function.  */
  77. #undef HAVE_GETMNTENT
  78.  
  79. /* Define if the `long double' type works.  */
  80. #undef HAVE_LONG_DOUBLE
  81.  
  82. /* Define if you support file names longer than 14 characters.  */
  83. #undef HAVE_LONG_FILE_NAMES
  84.  
  85. /* Define if you have a working `mmap' system call.  */
  86. #undef HAVE_MMAP
  87.  
  88. /* Define if system calls automatically restart after interruption
  89.    by a signal.  */
  90. #undef HAVE_RESTARTABLE_SYSCALLS
  91.  
  92. /* Define if your struct stat has st_blksize.  */
  93. #undef HAVE_ST_BLKSIZE
  94.  
  95. /* Define if your struct stat has st_blocks.  */
  96. #undef HAVE_ST_BLOCKS
  97.  
  98. /* Define if you have the strcoll function and it is properly defined.  */
  99. #undef HAVE_STRCOLL
  100.  
  101. /* Define if your struct stat has st_rdev.  */
  102. #undef HAVE_ST_RDEV
  103.  
  104. /* Define if you have the strftime function.  */
  105. #undef HAVE_STRFTIME
  106.  
  107. /* Define if you have the ANSI # stringizing operator in cpp. */
  108. #undef HAVE_STRINGIZE
  109.  
  110. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  111. #undef HAVE_SYS_WAIT_H
  112.  
  113. /* Define if your struct tm has tm_zone.  */
  114. #undef HAVE_TM_ZONE
  115.  
  116. /* Define if you don't have tm_zone but do have the external array
  117.    tzname.  */
  118. #undef HAVE_TZNAME
  119.  
  120. /* Define if you have <unistd.h>.  */
  121. #undef HAVE_UNISTD_H
  122.  
  123. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  124. #undef HAVE_UTIME_NULL
  125.  
  126. /* Define if you have <vfork.h>.  */
  127. #undef HAVE_VFORK_H
  128.  
  129. /* Define if you have the vprintf function.  */
  130. #undef HAVE_VPRINTF
  131.  
  132. /* Define if you have the wait3 system call.  */
  133. #undef HAVE_WAIT3
  134.  
  135. /* Define as __inline if that's what the C compiler calls it.  */
  136. #undef inline
  137.  
  138. /* Define if int is 16 bits instead of 32.  */
  139. #undef INT_16_BITS
  140.  
  141. /* Define if long int is 64 bits.  */
  142. #undef LONG_64_BITS
  143.  
  144. /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
  145. #undef MAJOR_IN_MKDEV
  146.  
  147. /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
  148. #undef MAJOR_IN_SYSMACROS
  149.  
  150. /* Define if on MINIX.  */
  151. #undef _MINIX
  152.  
  153. /* Define to `int' if <sys/types.h> doesn't define.  */
  154. #undef mode_t
  155.  
  156. /* Define if you don't have <dirent.h>, but have <ndir.h>.  */
  157. #undef NDIR
  158.  
  159. /* Define if you have <memory.h>, and <string.h> doesn't declare the
  160.    mem* functions.  */
  161. #undef NEED_MEMORY_H
  162.  
  163. /* Define if your struct nlist has an n_un member.  */
  164. #undef NLIST_NAME_UNION
  165.  
  166. /* Define if you have <nlist.h>.  */
  167. #undef NLIST_STRUCT
  168.  
  169. /* Define if your C compiler doesn't accept -c and -o together.  */
  170. #undef NO_MINUS_C_MINUS_O
  171.  
  172. /* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
  173. #undef F77_NO_MINUS_C_MINUS_O
  174.  
  175. /* Define to `long' if <sys/types.h> doesn't define.  */
  176. #undef off_t
  177.  
  178. /* Define to `int' if <sys/types.h> doesn't define.  */
  179. #undef pid_t
  180.  
  181. /* Define if the system does not provide POSIX.1 features except
  182.    with this defined.  */
  183. #undef _POSIX_1_SOURCE
  184.  
  185. /* Define if you need to in order for stat and other things to work.  */
  186. #undef _POSIX_SOURCE
  187.  
  188. /* Define as the return type of signal handlers (int or void).  */
  189. #undef RETSIGTYPE
  190.  
  191. /* Define to the type of arg1 for select(). */
  192. #undef SELECT_TYPE_ARG1
  193.  
  194. /* Define to the type of args 2, 3 and 4 for select(). */
  195. #undef SELECT_TYPE_ARG234
  196.  
  197. /* Define to the type of arg5 for select(). */
  198. #undef SELECT_TYPE_ARG5
  199.  
  200. /* Define if the `setpgrp' function takes no argument.  */
  201. #undef SETPGRP_VOID
  202.  
  203. /* Define if the setvbuf function takes the buffering type as its second
  204.    argument and the buffer pointer as the third, as on System V
  205.    before release 3.  */
  206. #undef SETVBUF_REVERSED
  207.  
  208. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  209. #undef size_t
  210.  
  211. /* If using the C implementation of alloca, define if you know the
  212.    direction of stack growth for your system; otherwise it will be
  213.    automatically deduced at run-time.
  214.     STACK_DIRECTION > 0 => grows toward higher addresses
  215.     STACK_DIRECTION < 0 => grows toward lower addresses
  216.     STACK_DIRECTION = 0 => direction of growth unknown
  217.  */
  218. #undef STACK_DIRECTION
  219.  
  220. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  221. #undef STAT_MACROS_BROKEN
  222.  
  223. /* Define if you have the ANSI C header files.  */
  224. #undef STDC_HEADERS
  225.  
  226. /* Define on System V Release 4.  */
  227. #undef SVR4
  228.  
  229. /* Define if you don't have <dirent.h>, but have <sys/dir.h>.  */
  230. #undef SYSDIR
  231.  
  232. /* Define if you don't have <dirent.h>, but have <sys/ndir.h>.  */
  233. #undef SYSNDIR
  234.  
  235. /* Define if `sys_siglist' is declared by <signal.h>.  */
  236. #undef SYS_SIGLIST_DECLARED
  237.  
  238. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  239. #undef TIME_WITH_SYS_TIME
  240.  
  241. /* Define if your <sys/time.h> declares struct tm.  */
  242. #undef TM_IN_SYS_TIME
  243.  
  244. /* Define to `int' if <sys/types.h> doesn't define.  */
  245. #undef uid_t
  246.  
  247. /* Define for Encore UMAX.  */
  248. #undef UMAX
  249.  
  250. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  251.    instead of <sys/cpustats.h>.  */
  252. #undef UMAX4_3
  253.  
  254. /* Define if you do not have <strings.h>, index, bzero, etc..  */
  255. #undef USG
  256.  
  257. /* Define vfork as fork if vfork does not work.  */
  258. #undef vfork
  259.  
  260. /* Define if the closedir function returns void instead of int.  */
  261. #undef VOID_CLOSEDIR
  262.  
  263. /* Define if your processor stores words with the most significant
  264.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  265. #undef WORDS_BIGENDIAN
  266.  
  267. /* Define if the X Window System is missing or not being used.  */
  268. #undef X_DISPLAY_MISSING
  269.  
  270. /* Define if lex declares yytext as a char * by default, not a char[].  */
  271. #undef YYTEXT_POINTER
  272.  
  273.  
  274. /* Leave that blank line there!!  Autoheader needs it.
  275.    If you're adding to this file, keep in mind:
  276.    The entries are in sort -df order: alphabetical, case insensitive,
  277.    ignoring punctuation (such as underscores).  */
  278.